Skip to content

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates #4581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.

Updates @aws-lambda-powertools/parameters from 2.19.0 to 2.19.1

Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.19.1

Summary

In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.

We also fixed a bug in the Event Handler AppSyncEventResolver that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.

⭐ A big thank you to Ours Privacy for becoming a public customer reference, and @​ConnorKirk for their contributions!

Changes

Pretty print stack trace in dev mode

Docs

You can now pretty print error stack traces when dev mode is enabled via the POWERTOOLS_DEV environment variable. This makes it easier to troubleshoot issues during development.

carbon-4

🌟 Minor Changes

  • improv(logger): Format the stack trace as an array of strings in dev mode (#3852) by @​ConnorKirk

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

  • chore: update script to increment govcloud layer in docs (#3889) by @​dreamorosi
  • chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (#3887) by @dependabot[bot]
  • chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886) by @dependabot[bot]

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)
Commits
  • 2f5704c chore(ci): bump version to 2.19.1 (#3895)
  • 9f8e224 chore: update script to increment govcloud layer in docs (#3889)
  • 02b3cda fix(event-handler): ignore return type from onSubscribe handler (#3888)
  • c0a356d chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group ac...
  • 8c28c6b chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886)
  • 165f851 chore(docs): fix youtube iframes (#3882)
  • a57634c chore: pin version of commons dependency (#3880)
  • 2a9ab40 chore: remove typedoc zod plugin (#3878)
  • 307aa94 chore(docs): add powertools community mcp (#3876)
  • 635aba7 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3874)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.19.0 to 2.19.1

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.19.1

Summary

In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.

We also fixed a bug in the Event Handler AppSyncEventResolver that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.

⭐ A big thank you to Ours Privacy for becoming a public customer reference, and @​ConnorKirk for their contributions!

Changes

Pretty print stack trace in dev mode

Docs

You can now pretty print error stack traces when dev mode is enabled via the POWERTOOLS_DEV environment variable. This makes it easier to troubleshoot issues during development.

carbon-4

🌟 Minor Changes

  • improv(logger): Format the stack trace as an array of strings in dev mode (#3852) by @​ConnorKirk

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

  • chore: update script to increment govcloud layer in docs (#3889) by @​dreamorosi
  • chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (#3887) by @dependabot[bot]
  • chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886) by @dependabot[bot]

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)
Commits
  • 2f5704c chore(ci): bump version to 2.19.1 (#3895)
  • 9f8e224 chore: update script to increment govcloud layer in docs (#3889)
  • 02b3cda fix(event-handler): ignore return type from onSubscribe handler (#3888)
  • c0a356d chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group ac...
  • 8c28c6b chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886)
  • 165f851 chore(docs): fix youtube iframes (#3882)
  • a57634c chore: pin version of commons dependency (#3880)
  • 2a9ab40 chore: remove typedoc zod plugin (#3878)
  • 307aa94 chore(docs): add powertools community mcp (#3876)
  • 635aba7 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3874)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.19.0 to 2.19.1

Release notes

Sourced from @​aws-lambda-powertools/metrics's releases.

v2.19.1

Summary

In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.

We also fixed a bug in the Event Handler AppSyncEventResolver that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.

⭐ A big thank you to Ours Privacy for becoming a public customer reference, and @​ConnorKirk for their contributions!

Changes

Pretty print stack trace in dev mode

Docs

You can now pretty print error stack traces when dev mode is enabled via the POWERTOOLS_DEV environment variable. This makes it easier to troubleshoot issues during development.

carbon-4

🌟 Minor Changes

  • improv(logger): Format the stack trace as an array of strings in dev mode (#3852) by @​ConnorKirk

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

  • chore: update script to increment govcloud layer in docs (#3889) by @​dreamorosi
  • chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (#3887) by @dependabot[bot]
  • chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886) by @dependabot[bot]

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/metrics's changelog.

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)
Commits
  • 2f5704c chore(ci): bump version to 2.19.1 (#3895)
  • 9f8e224 chore: update script to increment govcloud layer in docs (#3889)
  • 02b3cda fix(event-handler): ignore return type from onSubscribe handler (#3888)
  • c0a356d chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group ac...
  • 8c28c6b chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886)
  • 165f851 chore(docs): fix youtube iframes (#3882)
  • a57634c chore: pin version of commons dependency (#3880)
  • 2a9ab40 chore: remove typedoc zod plugin (#3878)
  • 307aa94 chore(docs): add powertools community mcp (#3876)
  • 635aba7 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3874)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.19.0 to 2.19.1

Release notes

Sourced from @​aws-lambda-powertools/tracer's releases.

v2.19.1

Summary

In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.

We also fixed a bug in the Event Handler AppSyncEventResolver that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.

⭐ A big thank you to Ours Privacy for becoming a public customer reference, and @​ConnorKirk for their contributions!

Changes

Pretty print stack trace in dev mode

Docs

You can now pretty print error stack traces when dev mode is enabled via the POWERTOOLS_DEV environment variable. This makes it easier to troubleshoot issues during development.

carbon-4

🌟 Minor Changes

  • improv(logger): Format the stack trace as an array of strings in dev mode (#3852) by @​ConnorKirk

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

  • chore: update script to increment govcloud layer in docs (#3889) by @​dreamorosi
  • chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (#3887) by @dependabot[bot]
  • chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886) by @dependabot[bot]

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/tracer's changelog.

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)
Commits
  • 2f5704c chore(ci): bump version to 2.19.1 (#3895)
  • 9f8e224 chore: update script to increment govcloud layer in docs (#3889)
  • 02b3cda fix(event-handler): ignore return type from onSubscribe handler (#3888)
  • c0a356d chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group ac...
  • 8c28c6b chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#3886)
  • 165f851 chore(docs): fix youtube iframes (#3882)
  • a57634c chore: pin version of commons dependency (#3880)
  • 2a9ab40 chore: remove typedoc zod plugin (#3878)
  • 307aa94 chore(docs): add powertools community mcp (#3876)
  • 635aba7 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3874)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 19:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).


Updates `@aws-lambda-powertools/parameters` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.19.0...v2.19.1)

Updates `@aws-lambda-powertools/logger` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.19.0...v2.19.1)

Updates `@aws-lambda-powertools/metrics` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.19.0...v2.19.1)

Updates `@aws-lambda-powertools/tracer` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.19.0...v2.19.1)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/aws-powertools-01dcfe35ca branch from 6bc83ce to 65eab1c Compare May 15, 2025 12:32
@npalm npalm merged commit 5748478 into main May 16, 2025
7 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-01dcfe35ca branch May 16, 2025 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant